home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Deutsche Edition 1
/
Deutsche Edition 1.iso
/
amok
/
081-090
/
amok84
/
reqtools_2.1d
/
glue.lha
/
Glue
/
Dice
/
src
/
rtSpreadR.asm
< prev
next >
Wrap
Assembly Source File
|
1992-07-09
|
158b
|
18 lines
INCLUDE "reqtools.i"
XDEF @rtSpread
rl REG d2/d3/a6
@rtSpread:
movem.l rl,-(a7)
RTB
movem.l 16(a7),d2/d3
jsr -132(a6)
movem.l (a7)+,rl
rts
END